Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Upgrade Github actions #61

Merged
merged 1 commit into from
Feb 20, 2025
Merged

docs: Upgrade Github actions #61

merged 1 commit into from
Feb 20, 2025

Conversation

hexoul
Copy link
Collaborator

@hexoul hexoul commented Feb 19, 2025

Motivation

  • It uses a deprecated version of actions/upload-artifact:v3. The action prohibit the use so we cannot publish now until fixed.
  • A trigger for documentation would be better to be changed to releases rather than main push.

Modifications

  • Upgrade actions/upload-artifact from v3 to v4.
  • The trigger is changed from push:branches:main to release:types:[created].
  • misc.
    • Upgrade astral-sh/setup-uv from v3 to v5. To use latest version of uv, delete specific version.
    • Upgrade peaceiris/actions-gh-pages from v3 to v4.
    • Update copyright.

Result

@hexoul hexoul requested review from ikhoon and minwoox February 19, 2025 13:19
@hexoul hexoul added this to the 0.5.0 milestone Feb 19, 2025
Copy link
Contributor

@ikhoon ikhoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙇‍♂️

@hexoul hexoul merged commit a2c2b98 into line:main Feb 20, 2025
24 checks passed
@hexoul hexoul deleted the fix/doc-action branch February 20, 2025 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Github action to deploy documentation
2 participants